Comparison
 Example (Step 1)
Automated teller machine.
A customer makes a request for
a certain amount of cash,
and your responsibility is to
determine if they should be
allowed to withdraw that
amount.
"if the amount requested is less than the account balance,
that amount should be withdrawn; otherwise, the
customer should be notified and no money should be
withdrawn."